Welcome![Sign In][Sign Up]
Location:
Search - color segmentation using MATLAB

Search list

[matlabcolorseg

Description: 利用matlab实现彩色图像的分割。算法主要是利用聚类算法。-using Matlab color image segmentation. This algorithm is to use clustering algorithm.
Platform: | Size: 862208 | Author: cnn | Hits:

[Special Effectscolor_model_change_matlab

Description: 西安交通大学开的《图象处理》的课,用的课本是章毓晋老师编的《图象工程》上册,既《图象处理和分析》,我本科期间学的这门课,这是用MATLAB所做的作业源程序,包括颜色模型转换成,直方图转换,图象分割,边缘检测,hough变换(哈夫变换),图象表达等。-Xi'an Jiaotong University opened the "image processing" of the class, Textbooks are used in Yu-Jin Zhang teachers are "image projects" on the list, both "image processing and analysis" During my undergraduate study of this course, this is done using MATLAB source operations, including the color model conversion. Histogram conversion, image segmentation, edge detection, hough transform (Hough transform), image expression.
Platform: | Size: 328704 | Author: myname | Hits:

[matlabMATLAB_FuSeFenGe

Description: 肤色分割的MATLAB 代码,主要是利用YCrCb来探测皮肤区域,然后进行边界提取。 希望对您有所帮助!-Color segmentation of the MATLAB code, mainly using YCrCb to detect skin regions, and then proceed to extract the border. I hope for your help!
Platform: | Size: 1024 | Author: hq | Hits:

[matlabcolordrawout

Description: 用matlab编程实现彩色图像的局部分割,下载后解压即可-Programming using matlab partial color image segmentation, can be downloaded after the decompression
Platform: | Size: 1024 | Author: shaoyqo | Hits:

[Special Effectsimage-segmentation-mean-shift

Description: 使用mean shift方式增强图像对比度的一个小演示(开发平台:matlab7.0)-Using mean shift mode contrast-enhanced images of a small demo (Development Platform: matlab7.0)
Platform: | Size: 10240 | Author: chao wang | Hits:

[Special EffectsK_means_color_segmentation

Description: 用k-means 做彩色图像分割,分类数可选-Using k-means to do color image segmentation, classification number of optional
Platform: | Size: 1024 | Author: 卢学 | Hits:

[Special Effectscoloredgedetection

Description: 基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morphological edge detection, then three images of the edge intensity of the merger, using threshold segmentation method proposed outline of the edge image.
Platform: | Size: 1024 | Author: jff | Hits:

[Special Effectsjuleiseg

Description: 基于matlab的彩色图像分割,利用k聚类算法-Matlab-based color image segmentation, clustering algorithm using k
Platform: | Size: 1024 | Author: 求是赤子 | Hits:

[Graph programFCM

Description: 利用模糊C均值图像分割,此为matlab环境下的仿真代码.-Using fuzzy C-means image segmentation, this matlab code simulation environment.
Platform: | Size: 403456 | Author: 王磊 | Hits:

[Special Effectsfacedetection

Description: 肤色是人脸检测中基本的检测手段,此方法就是利用肤色实现人脸分割!-Face detection is the color of the basic means of detection, this method is the realization of human faces using color segmentation!
Platform: | Size: 1024 | Author: 朱莉 | Hits:

[Graph Recognizeface_detection

Description: this a human face detection program using color segmentation.i include some pics with it.-this is a human face detection program using color segmentation.i include some pics with it.
Platform: | Size: 477184 | Author: rajat singh | Hits:

[matlabcolor

Description: border segmentation for CBIR system using matlab
Platform: | Size: 520192 | Author: sarhanah | Hits:

[matlabtext_seg

Description: this a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.-this is a code to segment the color texture using Gabor filter. It uses the initial segmentation using kmeans clustering.
Platform: | Size: 83968 | Author: sidharth | Hits:

[Othercseg

Description: image color segmentation using Euclidean and Mahalanobis methods
Platform: | Size: 1024 | Author: kryptik | Hits:

[Graph programColor_segmentation

Description: Color Segmentation This demo tracks a person s face and hand using a color-based segmentation method.
Platform: | Size: 12288 | Author: radim.rh | Hits:

[Special Effectsmy_regioncoordinates.mat

Description: 彩色图像分割处理源码,使用MATLAB编写。主要用于彩色图像的截取。-Color image segmentation source code, written using MATLAB. Mainly used in color image of the interception.
Platform: | Size: 3072 | Author: wangxinyong | Hits:

[Software Engineeringbrain_tumor_fcm

Description: In this project ,we propose a color based segmentation method that uses the c means clustering technique to track tumor objects in magnetic resonance (MR) brain images. The key concept in this color based segmentation algorithm with k means means to convert a given gray level MR image in to a color space image and then separate the position of tumor objects from other items of an MR image by using c means clustering And histogram clustering .Experiments demonstrates that the method can successfully achieve segmentation for MR brain images to help pathologists distinguish exactly lesion size and region. -In this project ,we propose a color based segmentation method that uses the c means clustering technique to track tumor objects in magnetic resonance (MR) brain images. The key concept in this color based segmentation algorithm with k means means to convert a given gray level MR image in to a color space image and then separate the position of tumor objects from other items of an MR image by using c means clustering And histogram clustering .Experiments demonstrates that the method can successfully achieve segmentation for MR brain images to help pathologists distinguish exactly lesion size and region.
Platform: | Size: 2048 | Author: pramod | Hits:

[matlabSegmentation

Description: It is a matlab code for detecting brain tumor in MR images using CIELAB color space model segmentation.
Platform: | Size: 4096 | Author: Somasekhar | Hits:

[Special EffectsclusterImg

Description: 彩色图像分割,灰常不错。This function implements kmeans clustering on an input RGB (m x n x 3) image. The user inputs at least two inputs: IMGIN and NCLUSTERS, and this function will step through an interactive color segmentation using kmeans clustering. It is interactive in that the user will be prompted to click-define the target colors in the segmentation.-This function implements kmeans clustering on an input RGB (m x n x 3) image. The user inputs at least two inputs: IMGIN and NCLUSTERS, and this function will step through an interactive color segmentation using kmeans clustering. It is interactive in that the user will be prompted to click-define the target colors in the segmentation.
Platform: | Size: 9216 | Author: zhuweina | Hits:

[Otherhuman-face-detection

Description: 利用肤色分割,采用MATLAB进行编程实现对图片中的人脸进行检测,程序包中还包括采用“参考白”方法进行光照补偿的源程序-Based on skin color segmentation, using MATLAB programming to realize the face detection, the package also includes a reference white approach of the source illumination compensation
Platform: | Size: 48128 | Author: 王茜 | Hits:
« 12 »

CodeBus www.codebus.net